Before you can build a Kanzi application for your target platforms, set up and configure the Kanzi build environment for your target platforms. The build environment includes tools that the Kanzi build system uses to build your application for your target platforms.
Kanzi is tested and works with Android Platforms 2.3 and 4.0.3. To build and deploy Kanzi applications for other Android platforms, you have to download those platforms manually.
Kanzi comes with Kanzi Build Environment tool that automates the downloading and installing of the tools required to build applications for Android on Windows. See Installing the Kanzi build environment for Android.
If you want to set up the Kanzi build environment for Android manually, see Installing the Kanzi build environment manually.
To install the Kanzi build environment for Android:
Before you can build and deploy Kanzi applications to Android devices you need to install on your computer the USB device drivers for your Android device. See Installing Android USB driver for your Android device.
Before you can deploy your Kanzi application on your Android device, you have to install on your computer the Android USB driver for your Android device.
To install the Android USB driver for your Android device:
adb devices
command in the Windows command prompt.To view the current Kanzi environment variables, in Kanzi Studio select > User Preferences and in the Advanced tab click Open Build Environment Configuration.
When you use Kanzi Build Environment tool to install the build environment, Kanzi sets the environment variables. You can set the Kanzi environment variables in %ProgramData%\Rightware\<KanziVersion>\kanzi_environment_variables.bat. This way you can configure Kanzi build environment without changing your system's environment variables. See Setting the Kanzi environment variables.
To test whether your Kanzi build environment works, create a Kanzi application and deploy it to your platform. See Tutorial: Create a simple in-vehicle infotainment application and Deploying Kanzi applications.
See Tutorial: Create a simple in-vehicle infotainment application and Deploying Kanzi applications to Android.
Deploying Kanzi applications to Android
Tutorial: Create a simple in-vehicle infotainment application